Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Trimmomatic, support contig for bining, set concoct default parameters #745

Open
wants to merge 26 commits into
base: dev
Choose a base branch
from

Conversation

Pranjal-Bioinfo
Copy link

@Pranjal-Bioinfo Pranjal-Bioinfo commented Jan 17, 2025

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/mag branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

This comment was marked as outdated.

@Pranjal-Bioinfo Pranjal-Bioinfo changed the base branch from master to dev January 17, 2025 09:03
Copy link
Contributor

@sateeshperi sateeshperi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to make the use of scaffolds/contigs for binning a param rather than a replacement

@GallVp GallVp force-pushed the Trimmomatic-contig-concoct branch from 57f463f to b1eb9ed Compare January 20, 2025 07:30
@GallVp
Copy link
Member

GallVp commented Jan 20, 2025

need to make the use of scaffolds/contigs for binning a param rather than a replacement

I have added a new parameter spades_use_contigs_not_scaffolds, rebased the branch on top of the current dev and restored logos to pass the lint checks. I can see that CHANGELOG.md has not been updated and there isn't any issue linked to this PR. Anyone of us taking care of that?

@sateeshperi
Copy link
Contributor

closes #744

Copy link
Contributor

@sateeshperi sateeshperi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM now....lets get a review from #mag ppl

Copy link
Member

@jfy133 jfy133 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Please add running trimmomatic to one of the test configs so we know it can execute at least once

And generally missing docs!

  • Listing in the README
  • Missing output.md

Otherwise code looks good! Just some consistency things

conf/modules.config Show resolved Hide resolved
@@ -59,6 +59,7 @@ params {
// assembly options
coassemble_group = false
spades_options = null
spades_use_contigs_not_scaffolds = false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
spades_use_contigs_not_scaffolds = false
spades_use_contigs_not_scaffolds = false

I think I would rather be more explicity: --spades_outputtype contigs with enum contigs or scaffolds (Scaffolds as default for backgfwards compatibility)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants